home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
feednfrenzy.swf
/
scripts
/
frame_611
/
PlaceObject2_231_77
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-25
|
198b
|
13 lines
onClipEvent(enterFrame){
this._x += _global.xgo;
this._y += _global.ygo;
if(this._x > 800)
{
this._x = -50;
}
if(this._x < -100)
{
this._x = 750;
}
}